Skip to content

Fix build error by upgrading MSAL to 2.7.0#48

Open
k435467 wants to merge 1 commit into
Azure-Samples:mainfrom
k435467:fix/msal-version-ios-build-error
Open

Fix build error by upgrading MSAL to 2.7.0#48
k435467 wants to merge 1 commit into
Azure-Samples:mainfrom
k435467:fix/msal-version-ios-build-error

Conversation

@k435467
Copy link
Copy Markdown

@k435467 k435467 commented Jan 1, 2026

Purpose

Build fails with Value of type 'MSALInteractiveTokenParameters' has no member 'domainHint' in WebFallbackViewController.swift. Upgrading MSAL package to 2.7.0 resolves the missing member issue.

Does this introduce a breaking change?

[ ] Yes
[x] No

Pull Request Type

What kind of change does this Pull Request introduce?

[x] Bugfix
[ ] Feature
[ ] Code style update (formatting, local variables)
[ ] Refactoring (no functional changes, no api changes)
[ ] Documentation content changes
[ ] Other... Please describe:

How to Test

  • Get the code
git clone git@github.com:k435467/ms-identity-ciam-native-auth-ios-sample.git
cd ms-identity-ciam-native-auth-ios-sample
git checkout fix/msal-version-ios-build-error
  • Test the code
    Open and run the project with Xcode.

What to Check

Verify that the following are valid

  1. The project compiles successfully without any MSAL-related member errors.
  2. The domainHint property in WebFallbackViewController.swift is correctly recognized by the compiler.

Other Information

This fix is essential for users following the official Entra ID native authentication tutorial, as the current sample code fails to build out-of-the-box due to the version mismatch.

@k435467
Copy link
Copy Markdown
Author

k435467 commented Jan 1, 2026

@microsoft-github-policy-service agree

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants